string parameter

英 [strɪŋ pəˈræmɪtə(r)] 美 [strɪŋ pəˈræmɪtər]

网络  串参数

计算机



双语例句

  1. To change the number of entries to100 ( for example), add the query string parameter num= 100.
    例如,要将条目数目改为100,添加查询字符串参数num=100。
  2. PersonName is defined as a String parameter.
    将个人姓名定义为字符串参数。
  3. This too uses the JAX-RS annotations to bind the after parameter to the query string parameter called after.
    这里也使用JAX-RS注释来将参数after绑定到查询字符参数after上。
  4. Modify the getMsg controller action to take a string parameter and return a string value.
    修改getMsg控制器动作以获取字符串参数并返回字符串值。
  5. And that element's value is the string parameter that is passed into this JavaScript function, also called type.
    并且那个元素值是传入该JavaScript函数的字符串参数,也叫做type。
  6. The extra String parameter supplied to jMock CGLIB's mock() method is used as an identifier for the mock object created.
    提供给jMockCGLIB的mock()方法的附加String参数被用作创建的模拟对象的标识符。
  7. Notice that the time stamp isn't put in lowercase but the String parameter is.
    注意,时间戳并未使用小写形式,而String参数变为了小写形式。
  8. A datapool is a table of values to be substituted for an explicit string parameter in a request.
    一个数据池是能够代替请求中字符串参数值的一个数值表。
  9. The?( question mark) literal in the statement string is a parameter marker that represents the variable in which the result is returned.
    语句字符串中的?(问号)是一个参数标识,代表用来返回结果的变量。
  10. Both methods can use a string parameter as the message text shown above the bar.
    两种方法都可以使用一个字符串参数作为消息文本显示在上面的工具条中。
  11. The biggest change to the execute() method is the introduction of the Map [ String, String] parameter, along with the "if" test based on its size.
    execute()方法最大的变化是引入了Map[String,String]参数,以及与它的大小有关的“if”测试。
  12. The server string parameter uses the% v macro for part of its value.
    serverstring参数将%v宏作为其值的一部分。
  13. Again, the example uses a string parameter, but you can use any object.
    同样,本例使用了一个字符串参数,但您可以使用任何对象。
  14. The solution to this is to add a new variation of the setDirty method that takes a String parameter.
    解决这个问题的方案,是添加一个带有String参数的setDirty方法的新变量。
  15. The first example method takes a String parameter message and prints the message with a timestamp& useful for debugging messages, for example.
    第一个示例方法接受String参数消息,并输出消息和一个时间戳&这有利于调试消息。
  16. Each of the visitor methods shown takes a signature string as a parameter.
    清单中的各访问器方法将签名字符串作为参数。
  17. The Echo method of EchoTest takes a string as a parameter, and it returns the same string.
    EchoTest中的Echo方法获取字符串作为参数并返回相同的字符串。
  18. Defines a method in the class called Echo that accepts a string as a parameter and returns a string as a result ( functions and subs in classes are referred to as methods).
    在类中定义方法Echo,该方法接受字符串作为参数并返回字符串作为结果(类中的函数和sub被称为方法)。
  19. The point here is that using a string parameter to send XML across a web service interface is generally considered bad design and should be avoided.
    在这里我要指出的是,使用字符串参数通过Web服务接口发送XML通常被认为是糟糕的设计,应该加以避免。
  20. The method takes a string parameter, enclosed in quotes, and a code block.
    该方法具有一个使用引号括起来的字符串参数和一个代码块。
  21. If passing an entire business object document as a string parameter with Doc/ Literal messaging style, use CDATA tags to embed the document into the SOAP Body to reduce SOAP parsing overhead.
    如果整个业务对象文档作为一个具有文档/文字(Doc/Literal)消息传递类型的字符串参数来传送,则可以使用CDATA标签来将文档嵌入SOAP体以减少SOAP解析的开销。
  22. First, the buildHierarchy() method, which takes a String as a parameter, wasn't tested at all.
    首先,带有String参数的buildHierarchy()方法根本没有被测试。
  23. The traditional Java programmer would do this by defining a String parameter to oncePerSecond to contain the message to display.
    传统的Java程序员将通过为oncePerSecond定义String参数来包含要显示的消息。
  24. All methods accept one string parameter ( the name of user) and return a string value.
    所有方法都接受一个字符串参数(用户名称)并返回一个字符串值。
  25. The data is represented as a string parameter, since XML can be represented as a string.
    由于XML可以表示为字符串,所以将数据表示为字符串参数。
  26. Write a function that takes in a string parameter and checks to see whether or not it is an integer, and if it is then return the integer value.
    写一功能接连不断花费参数并且检查看见一整数是否,那时如果返回整数价值。
  27. This method expects a String user role-name parameter.
    此方法接受一个用户角色名的字符串参数。
  28. This method checks for some strong-password characteristics and updates a string parameter with information about which checks the password fails.
    此方法将检查某些强密码特性,并使用有关检查密码失败的信息更新字符串参数。
  29. In Visual Basic, there are two forms of parameter transmission. One is value transmission and the other is address transmission. The realization method of calling API function by using the string as parameter in VB is introduced.
    在VISUALBASIC中,参数传递有两种形式,一种是值传递,一种是地址传递,本文介绍了VB中字符串作参数调用API函数的实现方法。
  30. NURBS Patch Design by String Parameter
    基于弦长参数的NURBS曲面设计